/* Elements----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

.side-bar a,
.chat-tips i {
	/* background-image: url(../img/gdt-img.png); */
	background-repeat: no-repeat;
}

.chat-tipsa i {
	background-image: url(../img/gdt-img.png);
	background-repeat: no-repeat;
}

/*右侧悬浮icon*/
.side-bar {
	width: 66px;
	position: fixed;
	bottom: 10%;
	right: 5px;
	font-size: 0;
	/*line-height: 0;*/
	z-index: 100;
}

.side-bar a {
	width: 66px;
	height: 66px;
	display: inline-block;
	background-color: #0190ce;
	margin-bottom: 2px;
	border: 1px solid white;
	position: relative;
}

.side-bar a:hover {
	background-color: #006C98FF;
}

.side-bar .icon-qq {
	background-position: 0 -62px;
}

.side-bar .icon-chat {
	background-position: 0 -130px;
	position: relative;
}

.side-bar .icon-chat:hover .chat-tips {
	display: block;
}



.side-bar .icon-blog:hover .tipsa-box {
	display: block;
}
.side-bar .icon-blog:hover .chat-tipsa {
	display: block;
}
.side-bar .qq:hover .chat-fangan{
	display: block;
}
.side-bar .icon-blog {
	background-position: 0 -198px;
}

.side-bar .icon-mail {
	background-position: 0 -266px;
}

.side-bar .icon-totop {
	background-position: 0 -334px;
}

/* .side-bar .icon-phone {
	background-position: 0 -334px;
} */
.tipsa-box {
	position: absolute;
	width: 220px;
	height: 150px;
	right: 60px;
	top: 0px;
	display: none;

}

.chat-tips {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top: -55px;
	background-color: #ffffff;
	display: none;
}



.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position: -88px -350px;
}

.chat-tips img {
	width: 138px;
	height: 138px;
}

.chat-tipsa,.chat-fangan {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top: 0;
	background-color: #ffffff;
	display: none;
}

.chat-tipsa {
	padding: 20px 20px 5px 20px;
	right: 18px;
}

.chat-tipsa i,.chat-fangan  i{
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 20px;
	background-position: -88px -350px;
}

.chat-tipsa img , .chat-fangan  img {
	width: 138px;
	height: 138px;
}